[INFO] cloning repository https://github.com/SihaoLiu/rem6
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SihaoLiu/rem6" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSihaoLiu%2Frem6", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSihaoLiu%2Frem6'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6ecca2a4372fd4ddc3404651e60e136cec833a51
[INFO] fixing SihaoLiu/rem6 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSihaoLiu%2Frem6" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SihaoLiu/rem6
[INFO] finished tweaking git repo https://github.com/SihaoLiu/rem6
[INFO] tweaked toml for git repo https://github.com/SihaoLiu/rem6 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SihaoLiu/rem6 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SihaoLiu/rem6 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7553993e357f9a9c494555fadef1f151ed148ca38597b69aef7487854e344b0d
[INFO] running `Command { std: "docker" "start" "7553993e357f9a9c494555fadef1f151ed148ca38597b69aef7487854e344b0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7553993e357f9a9c494555fadef1f151ed148ca38597b69aef7487854e344b0d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7553993e357f9a9c494555fadef1f151ed148ca38597b69aef7487854e344b0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7553993e357f9a9c494555fadef1f151ed148ca38597b69aef7487854e344b0d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking rem6-memory v0.1.0 (/opt/rustwide/workdir/crates/rem6-memory)
[INFO] [stderr]     Checking rem6-kernel v0.1.0 (/opt/rustwide/workdir/crates/rem6-kernel)
[INFO] [stderr]     Checking rem6-isa-riscv v0.1.0 (/opt/rustwide/workdir/crates/rem6-isa-riscv)
[INFO] [stderr]     Checking rem6-amba v0.1.0 (/opt/rustwide/workdir/crates/rem6-amba)
[INFO] [stderr]     Checking rem6-debug v0.1.0 (/opt/rustwide/workdir/crates/rem6-debug)
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking typed-path v0.12.3
[INFO] [stderr]     Checking rem6-isa-x86 v0.1.0 (/opt/rustwide/workdir/crates/rem6-isa-x86)
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking zip v8.6.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking rem6-protocol-moesi v0.1.0 (/opt/rustwide/workdir/crates/rem6-protocol-moesi)
[INFO] [stderr]     Checking rem6-boot v0.1.0 (/opt/rustwide/workdir/crates/rem6-boot)
[INFO] [stderr]     Checking rem6-protocol-mesi v0.1.0 (/opt/rustwide/workdir/crates/rem6-protocol-mesi)
[INFO] [stderr]     Checking rem6-protocol-msi v0.1.0 (/opt/rustwide/workdir/crates/rem6-protocol-msi)
[INFO] [stderr]     Checking rem6-protocol-chi v0.1.0 (/opt/rustwide/workdir/crates/rem6-protocol-chi)
[INFO] [stderr]     Checking rem6-traffic v0.1.0 (/opt/rustwide/workdir/crates/rem6-traffic)
[INFO] [stderr]     Checking rem6-fabric v0.1.0 (/opt/rustwide/workdir/crates/rem6-fabric)
[INFO] [stderr]     Checking rem6-mmio v0.1.0 (/opt/rustwide/workdir/crates/rem6-mmio)
[INFO] [stderr]     Checking rem6-stats v0.1.0 (/opt/rustwide/workdir/crates/rem6-stats)
[INFO] [stderr]     Checking rem6-checkpoint v0.1.0 (/opt/rustwide/workdir/crates/rem6-checkpoint)
[INFO] [stderr]     Checking rem6-proto v0.1.0 (/opt/rustwide/workdir/crates/rem6-proto)
[INFO] [stderr]     Checking rem6-directory v0.1.0 (/opt/rustwide/workdir/crates/rem6-directory)
[INFO] [stderr]     Checking rem6-interrupt v0.1.0 (/opt/rustwide/workdir/crates/rem6-interrupt)
[INFO] [stderr]     Checking rem6-topology v0.1.0 (/opt/rustwide/workdir/crates/rem6-topology)
[INFO] [stderr]     Checking rem6-dram v0.1.0 (/opt/rustwide/workdir/crates/rem6-dram)
[INFO] [stderr]     Checking rem6-transport v0.1.0 (/opt/rustwide/workdir/crates/rem6-transport)
[INFO] [stderr]     Checking rem6-pci v0.1.0 (/opt/rustwide/workdir/crates/rem6-pci)
[INFO] [stderr]     Checking rem6-timer v0.1.0 (/opt/rustwide/workdir/crates/rem6-timer)
[INFO] [stderr]     Checking rem6-uart v0.1.0 (/opt/rustwide/workdir/crates/rem6-uart)
[INFO] [stderr]     Checking rem6-cache v0.1.0 (/opt/rustwide/workdir/crates/rem6-cache)
[INFO] [stderr]     Checking rem6-cpu v0.1.0 (/opt/rustwide/workdir/crates/rem6-cpu)
[INFO] [stderr]     Checking rem6-accelerator v0.1.0 (/opt/rustwide/workdir/crates/rem6-accelerator)
[INFO] [stderr]     Checking rem6-gpu v0.1.0 (/opt/rustwide/workdir/crates/rem6-gpu)
[INFO] [stderr]     Checking rem6-workload v0.1.0 (/opt/rustwide/workdir/crates/rem6-workload)
[INFO] [stderr]     Checking rem6-power v0.1.0 (/opt/rustwide/workdir/crates/rem6-power)
[INFO] [stderr]     Checking rem6-storage v0.1.0 (/opt/rustwide/workdir/crates/rem6-storage)
[INFO] [stderr]     Checking rem6-net v0.1.0 (/opt/rustwide/workdir/crates/rem6-net)
[INFO] [stderr]     Checking rem6-platform v0.1.0 (/opt/rustwide/workdir/crates/rem6-platform)
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking rem6-virtio v0.1.0 (/opt/rustwide/workdir/crates/rem6-virtio)
[INFO] [stderr] error: could not compile `rem6-cache` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/rustc --crate-name rem6_cache --edition=2021 crates/rem6-cache/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --forbid=unsafe_code --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f70dc1e5bdb6c88f -C extra-filename=-0f7233099538357e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern rem6_memory=/opt/rustwide/target/debug/deps/librem6_memory-539cacd28bed95a2.rmeta --extern rem6_protocol_chi=/opt/rustwide/target/debug/deps/librem6_protocol_chi-2a729d12758a3d9c.rmeta --extern rem6_protocol_mesi=/opt/rustwide/target/debug/deps/librem6_protocol_mesi-78df1ea31042cd57.rmeta --extern rem6_protocol_moesi=/opt/rustwide/target/debug/deps/librem6_protocol_moesi-156ec464dd07a1cc.rmeta --extern rem6_protocol_msi=/opt/rustwide/target/debug/deps/librem6_protocol_msi-08a196db9132dd14.rmeta --extern rem6_transport=/opt/rustwide/target/debug/deps/librem6_transport-77cf01878a052851.rmeta` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "7553993e357f9a9c494555fadef1f151ed148ca38597b69aef7487854e344b0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7553993e357f9a9c494555fadef1f151ed148ca38597b69aef7487854e344b0d", kill_on_drop: false }`
[INFO] [stdout] 7553993e357f9a9c494555fadef1f151ed148ca38597b69aef7487854e344b0d
